Usage APIForm APIEnumerationStyleTypeOn this pageStyleType The style type used for the document element. Type Enumeration Values "paragraph" "table" "run" "numbering" Example This example assigns the default document paragraph style to the 'oNormalStyle' variable. let normalStyle = doc.GetDefaultStyle("paragraph");